libxc: some xc_gnttab_* functions are not Linux specific
authorIan Campbell <ian.campbell@citrix.com>
Thu, 23 Dec 2010 15:08:21 +0000 (15:08 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 23 Dec 2010 15:08:21 +0000 (15:08 +0000)
commit252cb308e37470915d0f64c730e4e2e829ec2512
tree36e78f1c12ea6613bd41e07cb23c763f1cf2d031
parent01fcfa3b96b9958cf9376b68d547b5a5ffe42219
libxc: some xc_gnttab_* functions are not Linux specific

They simply make hypercalls and perform other operations via the
abstract interface. Create xc_gnttab.c and move those functions there.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/Makefile
tools/libxc/xc_gnttab.c [new file with mode: 0644]
tools/libxc/xc_linux.c
tools/libxc/xc_minios.c
tools/libxc/xc_netbsd.c
tools/libxc/xc_solaris.c